#include "deGlobalTypes.hpp"
Include dependency graph for deConsole.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | DECONSOLE_API extern "C" DEDLL_IMPORT |
Enumerations | |
| enum | ConsoleColor_t { Black, DarkRed, LightRed, DarkGreen, LightGreen, DarkBlue, LightBlue, Brown, Yellow, DarkCyan, LightCyan, Purple, Pink, Gray, White } |
Functions | |
| DEDLL_IMPORT void | deConsole_MakeConsole () |
| DEDLL_IMPORT void | deConsole_DestroyConsole () |
| C DEDLL_IMPORT bool | deConsoleColor (ConsoleColor_t fore, ConsoleColor_t back=Black) |
| set the current color for printing text on the output console | |
| C DEDLL_IMPORT void | deConsoleXY (int X, int Y) |
| set the current position for printing text on the output console | |
| C DEDLL_IMPORT bool | deConsoleOut (const char *text,...) |
| print text on the output console | |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
set the current color for printing text on the output console
|
|
||||||||||||
|
print text on the output console
|
|
||||||||||||
|
set the current position for printing text on the output console
|
1.3-rc3